We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46fc53f + 49a6786 commit 056ae62Copy full SHA for 056ae62
CMakeLists.txt
@@ -113,7 +113,7 @@ SET(PKG_CONFIG_INCLUDEDIR "${CMAKE_INSTALL_PREFIX}/include/")
113
SET(PKG_CONFIG_REQUIRES "gsl >= 2.1")
114
SET(PKG_CONFIG_REQUIRES_PRIVATE "fftw3")
115
SET(PKG_CONFIG_LIBS "-L${PKG_CONFIG_LIBDIR} -lccl -lm")
116
-SET(PKG_CONFIG_CFLAGS "-I${PKG_CONFIG_INCLUDEDIR} -Wno-error=int-conversion")
+SET(PKG_CONFIG_CFLAGS "-I${PKG_CONFIG_INCLUDEDIR}")
117
CONFIGURE_FILE(
118
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/pkg-config.cmakein"
119
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" )
0 commit comments