Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
9865b409
Commit
9865b409
authored
Apr 26, 2016
by
Jan Möbius
Browse files
Bad escape for linux fixed
parent
e24124b9
Pipeline
#1486
passed with stage
Changes
15
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindASSIMP.cmake
View file @
9865b409
...
...
@@ -28,7 +28,7 @@ if( WIN32 )
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindBLAS.cmake
View file @
9865b409
...
...
@@ -38,7 +38,7 @@ include(CGAL_GeneratorSpecificSettings)
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindCBC.cmake
View file @
9865b409
...
...
@@ -8,7 +8,7 @@
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindCGL.cmake
View file @
9865b409
...
...
@@ -8,7 +8,7 @@
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindCLP.cmake
View file @
9865b409
...
...
@@ -9,7 +9,7 @@
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindCOINUTILS.cmake
View file @
9865b409
...
...
@@ -8,7 +8,7 @@
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindEIGEN3.cmake
View file @
9865b409
...
...
@@ -12,7 +12,7 @@ else (EIGEN3_INCLUDE_DIR)
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindFLANN.cmake
View file @
9865b409
...
...
@@ -30,7 +30,7 @@ if( FLANN_INCLUDE_DIR )
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindIPOPT.cmake
View file @
9865b409
...
...
@@ -22,7 +22,7 @@ if (WIN32)
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindLAPACK.cmake
View file @
9865b409
...
...
@@ -37,7 +37,7 @@ include(CGAL_GeneratorSpecificSettings)
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindMETIS.cmake
View file @
9865b409
...
...
@@ -13,7 +13,7 @@ endif (METIS_INCLUDE_DIR)
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindMUMPS.cmake
View file @
9865b409
...
...
@@ -13,7 +13,7 @@ endif (MUMPS_INCLUDE_DIR)
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindOSI.cmake
View file @
9865b409
...
...
@@ -7,7 +7,7 @@
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindQwt6.cmake
View file @
9865b409
...
...
@@ -10,7 +10,7 @@
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
cmake/FindSUITESPARSE.cmake
View file @
9865b409
...
...
@@ -21,7 +21,7 @@ if( WIN32 )
# Check if the base path is set
if
(
NOT CMAKE_WINDOWS_LIBS_DIR
)
# This is the base directory for windows library search used in the finders we shipp.
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
\
libs"
CACHE STRING
"Default Library search dir on windows."
)
set
(
CMAKE_WINDOWS_LIBS_DIR
"c:
/
libs"
CACHE STRING
"Default Library search dir on windows."
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"^Visual Studio 11.*Win64"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment